home *** CD-ROM | disk | FTP | other *** search
/ funcom 2000 Presskit / 000721_1312 (fun.com).iso / funcom.dir / 00010_Script_10 < prev    next >
Text File  |  2000-07-20  |  288b  |  13 lines

  1. on startMovie
  2.   global bokstav
  3.   repeat with i = 110 to 240
  4.     set the visible of sprite (i) to 0
  5.   end repeat
  6.   repeat with i = 55 to 62
  7.     set the visible of sprite (i) to 0
  8.   end repeat
  9.   put "" into member ("┼r")
  10.   set the visible of sprite 100 to 0
  11.   set bokstav=0
  12. end
  13.